#header {
    background-color:grey;
    opacity: 0.6;
    color:white;
    text-align:right;
    padding:5px;
    border-style: dotted;
    border-width: 5px;
}
#nav {
    line-height:100px;
    float:right;
    padding:30px; 
 font-size:200%;
    border-style: dotted;
    border-width: 5px;
 

}
#section {
    width:500px;
   position:down;
    padding:10px; 
  color:white;
  border-style: dotted;
    border-width:10px;
  clear:both;
  
}
footer {
  background-color:white;
    opacity: 0.6;
    filter: alpha(opacity=60);
    color:black;
    clear:both;
    text-align:left;
    padding:5px; 
   position: fixed;
  bottom: 0;
  left: 0;
  height: 70px;
  width:1350px;
  
}